home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / compression_methods < prev    next >
Text File  |  1994-06-22  |  362b  |  19 lines

  1. # Unix compression table
  2. .czip    unczip %s
  3. .gz      gzip -dc %s
  4. # in case gzip is fully installed
  5. .z       gzip -dc %s
  6. # else
  7. #.Z      zcat %s
  8. .s       shorten -x %s -
  9. .shn     shorten -x %s -
  10. .zoo     zoo xpq %s
  11. # for the amiga
  12. #.lzh    lha -q p "%s"
  13. #.lha    lha -q p "%s"
  14. # unix
  15. .lzh     lha pq %s
  16. .lha     lha pq %s
  17. .zip     unzip -pq %s
  18. .arc     arc pn %s
  19.